Skip to content

Conversation

@isomiki
Copy link

@isomiki isomiki commented Nov 3, 2025

The readme suggests using this for installation:

go get -u 'github.com/openai/openai-go/[email protected]'

Which results in an error:

go: github.com/openai/openai-go/[email protected]: invalid version: go.mod has non-.../v2 module path "github.com/openai/openai-go/v3" (and .../v2/go.mod does not exist) at revision v3.7.0

Correcting the major version to v3 resolves the issue:

$ go get -u 'github.com/openai/openai-go/[email protected]'
go: added github.com/openai/openai-go/v3 v3.7.0
...

@isomiki isomiki requested a review from a team as a code owner November 3, 2025 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant